-
Re: Noob question about Chaining Contexts
You need a multiple substitution in order to replace a single glyph for a pair of glyphs. <code>exclamdown @lc_alpha; }script latn {<br> feature StandardLigatures1;<br>}<br>&l…1 -
Re: OpenType labels in software
In FontCreator select a Stylistic Set in the OpenType Designer dialog and add the name: Alternatively use the OTLF code editor:: feature StylisticSet1 ss01 {<br> params FeatureParams_ss01;<b…2 -
Re: Cross-script OpenType feature?
No, you can't mix scripts, as such text will be split up in separate segments. OpenType layout engines should work the same, but don't. For example a kern pair which includes a space character will w…3 -
Re: Detect Opentype Features of a font file via Browser
FontCreator allows you to test a font in a web browser. It is known as Test WOFF. The generated web page shows all OpenType features as available in the font. Here is a web font sample page: http://w…2 -
Re: glyf (i.e. contour) analysis reports on libre fonts.
Even fonts made with professional font editors contain glyph related issues. Sometimes a designer didn't notice them, or decided such issues are either acceptable or intended. Is a contour made out o…1